-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Feature: Overview Page Empty State #5312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5312 +/- ##
=======================================
Coverage 45.59% 45.59%
=======================================
Files 1069 1069
Lines 55584 55584
Branches 4045 4045
=======================================
Hits 25342 25342
Misses 29552 29552
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
26baeb2 to
a680217
Compare
13d5f1e to
b43354d
Compare
Merge activity
|
Completes: - CNCT-2181 - CNCT-2175 Adds the Project Overview page empty state, set to "Coming Soon" copy for now  <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on enhancing UI components, improving type exports, and refining styles across various files in the application. It introduces new features and fixes, particularly in the `ProjectOverviewHeader` and `EmptyState` components, while updating SVG assets. ### Detailed summary - Updated `className` styles in `DatePickerWithRange` and `app-footer`. - Exported `DurationId` type in `date-range-selector`. - Added background styling in `layout.tsx`. - Made `projectStub` function exportable. - Adjusted CSS variables for light and dark themes in `globals.css`. - Modified routing in `TeamOverviewPage` and `ProjectOverviewPage`. - Enhanced `RangeSelector` to handle computed ranges. - Introduced `EmptyState` and `ProjectOverviewHeader` components with new UI elements. - Added new SVG assets for various icons. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
b43354d to
880c345
Compare
Completes:
Adds the Project Overview page empty state, set to "Coming Soon" copy for now
PR-Codex overview
This PR focuses on enhancing the UI components and improving type definitions across the application. It includes style adjustments, the addition of new components, and updates to existing ones for better functionality and user experience.
Detailed summary
DatePickerWithRange.tsxandapp-footer.tsx.DurationIdtoexport typeindate-range-selector.tsx.layout.tsx.projectStubfunction instubs.ts.globals.css.TeamOverviewPage.tsxandlayout.tsx.ProjectOverviewHeadercomponent.RangeSelectorwith query data handling.EmptyStatecomponent with animated icons and SDK badges.